home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / omnia201.iso / mondo3d / scheda.dir / 00071_Script_diaframma anim < prev    next >
Text File  |  2000-11-13  |  260b  |  16 lines

  1. on mouseEnter
  2.   set the ink of sprite the currentSpriteNum to 0
  3.   cursor 280
  4.   
  5. end
  6. on mouseLeave me
  7.   set the ink of sprite the currentSpriteNum to 36
  8.   cursor -1
  9.   
  10. end
  11. on Mouseup me
  12.   go to frame 1 of movie "animazione.dir"
  13.  
  14.   cursor -1
  15. end 
  16.